Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main /. /base /base_paths_apple.h
blob: 00bcac84379af120c579b8f61cc3ff64f09ef4a1 [file] [log] [blame] [edit]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_BASE_PATHS_APPLE_H_
#define BASE_BASE_PATHS_APPLE_H_
#include"base/files/file_path.h"
namespacebase::apple::internal{
// Returns the absolute path to the executable.
base::FilePathGetExecutablePath();
// Returns true if the module for |address| is found. |path| will contain
// the path to the module. Note that |path| may not be absolute.
[[nodiscard]]boolGetModulePathForAddress(base::FilePath* path,
constvoid* address);
}// namespace base::apple::internal
#endif// BASE_BASE_PATHS_APPLE_H_

[8]ページ先頭

©2009-2025 Movatter.jp