Home
last modified time | relevance | path

Searched refs:MakeFileExecutable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dfiles.h58 bool MakeFileExecutable(const std::string& path);
Dfiles.cpp405 bool MakeFileExecutable(const std::string& path) { in MakeFileExecutable() function
/aosp_15_r20/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp922 CF_EXPECT(MakeFileExecutable(crosvm_wrapper_path)); in StartCommands()