Home
last modified time | relevance | path

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

/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
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp991 CF_EXPECT(MakeFileExecutable(crosvm_wrapper_path)); in StartCommands()