Flutter Engine
The Flutter Engine
|
Functions | |
str | GetWorkspaceDir () |
str | GetBazelWorkspaceHash () |
str | GetBazelRepositoryCacheDir () |
str | GetBazelOutputDir () |
str | GetBazelWorkspaceCacheDir () |
str | GetMacSDKSymlinkDir () |
str tools.macsdk_dir.GetBazelOutputDir | ( | ) |
Return the Bazel output directory. This is described in https://bazel.build/remote/output-directories
Definition at line 50 of file macsdk_dir.py.
str tools.macsdk_dir.GetBazelRepositoryCacheDir | ( | ) |
Return the Bazel repository cache directory.
Definition at line 39 of file macsdk_dir.py.
str tools.macsdk_dir.GetBazelWorkspaceCacheDir | ( | ) |
Determine the output directory cache for this workspace. Note: The Bazel docs(1) are very clear that the organization of the output directory may change at any time. (1) https://bazel.build/remote/output-directories
Definition at line 61 of file macsdk_dir.py.
str tools.macsdk_dir.GetBazelWorkspaceHash | ( | ) |
Return the Bazel hash for this workspace. This is the MD5 has of the full path to the workspace. See https://bazel.build/remote/output-directories#layout-diagram for more detail.
Definition at line 30 of file macsdk_dir.py.
str tools.macsdk_dir.GetMacSDKSymlinkDir | ( | ) |
Determine the MacSDK symlinks directory for this workspace.
Definition at line 72 of file macsdk_dir.py.
str tools.macsdk_dir.GetWorkspaceDir | ( | ) |
Return the workspace directory containing this script.
Definition at line 24 of file macsdk_dir.py.